<name>Flame of Day of the Gods</name>
<profession>The flame burns hot</profession>
<dialogue>
  <greeting>
    <reply>
      <text></text>
      <script>
        <sound>fire</sound>
      </script>
      <return>main</return>
    </reply>
  </greeting>
  <main>
    <option>
      <text>Warm your hands.</text>
      <npc>
        <reply>
          <if><key>dayofthegods</key></if>
          <text>You feel warm.</text>
          <return>main</return> 
        </reply>
        <reply>
          <text>You feel as powerful as the gods themselves now!</text>
          <script>
            <attribute>#10:24|Might</attribute>
            <attribute>#10:24|Magic</attribute>
            <attribute>#10:24|Endurance</attribute>
            <attribute>#10:24|Accuracy</attribute>
            <attribute>#10:24|Speed</attribute>
            <attribute>#10:24|Luck</attribute>
            <key>dayofthegods</key>
          </script>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>Turn away.</text>
      <npc>
        <reply>
          <return>exit</return> 
        </reply>
      </npc>
    </option>
  </main> 
</dialogue>